section.top-banner{
    margin:0;
    position: relative;
}

.top-banner-container{
    width: 100%;
    height: 100vh;
	max-height:768px;
    display: flex;

}

.top-banner-container::-webkit-scrollbar{
    display: none;
}

.top-banner-item{
    flex: 1;
}

.top-banner-item__link{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.top-banner-item__blur-theme, .service-body-topic-container__blur-theme{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000050;
}
.top-banner-item__blur-theme:hover{
    background: linear-gradient(0deg,#00000050,#00000030 30%,transparent 50%);
    transition: all .3s ease-in-out;
}


.top-banner-item__title{
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    color: white;
    padding:0 20px;
    font-size: 1.8rem; 
    transition: all .3s ease-in-out;
    margin: 0;
	font-weight:600;
	line-height:1.3
}

.top-banner-navigation{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.top-banner-navigation__indication{
    display: flex;
    height: 100%;
    width: 250px;
    gap: 15px;
    align-items: center;
}

.indication-item{
    display: none;
    flex: 1;
    height: 30%;
    background-color: #ffffff80;
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.indication-item.active{
    background-color: #ffffff;
    flex: 2;
    transition: all .3s ease-in-out;
}

.season, .experience-body, .service-body{
    width: 80%;
    max-width: 1400px;
    margin:6rem auto 0 auto
}

.season{
    width: 100%;
    max-width: none;
}
.season .main-title, .season .list-of-indication{
    width: 80%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.weather-container__article .article-item{
    flex: 0 0 25%;
    height: 100%;
    padding: 0;
}
.weather-container__article .article-item:hover{
    transform: scale(1.07);
    transition: all .3s ease-in-out;
	z-index:1
}
.weather-container__article .article-item .weather-img{
	border-radius: unset;
    filter: brightness(.8);
    transition: all .3s ease-in-out
}
.weather-container__article .article-item:hover img{
	filter: brightness(1);
    transition: all .3s ease-in-out;
	border: 5px solid #f4d666;
}
.weather-container__article .article-item .article-title{
	background-color:unset !important;
    border-radius: unset;
    margin: 0;
    width: 100%;
	font-weight:600;
	line-height:1.3
}

.main-title{
    font-size: 2rem;
}

.list-of-indication{
    display: flex;
    font-size: 1rem;
    margin: 0 0 24px 0;
}

.list-of-indication li{
    cursor: pointer;
    padding: 8px 20px;
    border-bottom: 4px solid #ffffff;
}
.season-container .list-of-indication li{
    color: #000000;
    transition: all .3s ease-in-out;
    position: relative;
    width: 150px;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.experience-body-container .list-of-indication li{
    color: #000000;
    transition: all .3s ease-in-out;
    position: relative;
    width: 150px;
    text-align: center;
}

.season-container .list-of-indication li:nth-child(1)::after{
    width: 2px;
    height: calc(100% - 16px);
    position: absolute;
    left: 100%;
    top: 8px;
    content: '';
    background-color: #00000050;
}
.season-container .list-of-indication li:nth-child(1).active{
    color: #0066ff;
    border-bottom: 4px solid #0066ff;
    transition: all .3s ease-in-out;
	font-weight:bold
}

.season-container .list-of-indication li:nth-child(2).active{
    color: #0066ff;
    border-bottom: 4px solid #0066ff;
    transition: all .3s ease-in-out;
	font-weight:bold
}

.season-container .list-of-indication li i{
    font-size: 24px;
}

.main-content{
    margin: 0 0;   
}

.weather-container,.experience-body-topic-container{
    display: flex;
    flex-wrap: wrap;
    border-radius: 24px;
}
.weather-container__title,.experience-body-topic-container__title{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}
.weather-container__title span{
    font-size: 1.5rem;
    font-weight: bold;
}
.weather-container__title span, .weather-container__title p{
    padding:0 20px ;
    margin: 0;
}

.weather-container__article,.experience-body-topic-container__article{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.weather-container__article{
    min-height: 475px;
    height:50vh;
}

.experience-body-topic-container, .service-body-topic-container{
    height: 500px;
}
.service-body-topic-container{
    position: relative;
}
.experience-body-topic-container__article,.experience-body-topic-container__title{
    height:100% ;
}

.experience-body-topic-container__article a.article-item{
    flex:0 0 50%;
    height: 50%;
}

.experience-body-topic-container__title .article-item{
    height: 100%;
    width: 100%;
}

.top-banner-item__thumbnail,.article-img,.weather-img,.experience-body-img, .service-body-img, .tourguide-img{
    height:100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.top-banner-item__thumbnail{
    border-radius:unset !important
}

.experience-body-topic-container__title .article-item .article-title, .experience-body-topic-container__article .article-item .article-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
} 

.experience-body-container .list-of-indication li{
    color: #000000;
    transition: all .3s ease-in-out;
}

.experience-body-container .list-of-indication li:hover,.experience-body-container .list-of-indication li.active{
    border-bottom: 4px solid #0066ff;
    color: #0066ff;
    transition: all .3s ease-in-out;
	font-weight:bold
}
.experience-body-container .list-of-indication li:nth-child(1)::after{
    width: 2px;
    height: calc(100% - 16px);
    position: absolute;
    left: 100%;
    top: 8px;
    content: '';
    background-color: #00000050
}

.service-body-container{
    display: flex;
    flex-wrap: wrap;
}
.service-body-container .main-title{
    flex: 0 0 100%;
}

.service-body-container .body-container__intro{
    margin: 0 0 1.5rem 0;
}
.service-body-container .list-of-indication{
    flex: 0 0 30%;
    flex-direction: column;
    margin-bottom: 0;
    gap: 1rem;
}
.service-body-container .main-content{
    flex: 1;
    margin-left: 1rem;
}
.service-body-container li{
	margin-bottom:0;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    border: 1px solid;
    border-radius: 15px;
    padding: 8px 0;
}
.service-body-container li i{
    font-size: 30px;
}
.service-icon{
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-title{
    padding-left: 10px;
    border-left: 2px solid #000000;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}
.service-brief, .service-option{
    display: flex;
    align-items: center;
}
.service-brief{
    font-size: 16px;
    color: #8E8E8E;
}
.service-option{
    font-size: 24px;
}

.service-body-container .other-item.active{
    border: unset;
    box-shadow: 0 0 5px 2px gray;
    transition: all .1s ease-in-out;
}
.service-body-container .other-item.active i{
    font-size: 40px;
    color: #0066ff;
    transition: all .1s ease-in-out;
}
.service-body-container .other-item.active .service-title{
    border-left: 5px solid #0066ff ;
    transition: all .1s ease-in-out;
}
.service-body-container .other-item.active .service-title .service-option{
    color: #0066ff;
    transition: all .1s ease-in-out;
}
.service-body-container .other-item.active .service-title .service-brief{
    color: #0066ff80;
    transition: all .1s ease-in-out;
}
.service-body-topic-container__blur-theme{
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}
.service-body-topic-container__title{
    font-weight: bold;
    font-size: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.service-body-topic-container__description p{
    padding: 0 2rem;
    margin: 0;
}
.service-body-topic-container__cta-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
	gap:1rem
}
.service-body-topic-container__cta-button{
    padding: 8px 20px;
    color: #ffffff;
    border: 2px solid;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    font-weight: bold;
}
.service-body-topic-container__cta-button:hover{
    background-color: #ffffff;
    color: #0066ff;
    font-weight: bold;
    border: 2px solid #ffffff;
    transition: all .3s ease-in-out;
}

.service-body-topic-container__description{
    bottom: 0;
    position: absolute;
    left: 0;
}

.season .list-of-indication, .experience-body .list-of-indication{
    gap: 2px;
}
.main-title{
	margin-bottom:2rem
}
.experience-body-container .list-of-indication{
	margin-bottom: 16px !important
}